home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / search / lsmtool-.6 / lsmtool- / lsmtool-0.6 / config.status < prev    next >
Text File  |  1995-01-01  |  3KB  |  112 lines

  1. #!/bin/sh
  2. # Generated automatically by configure.
  3. # Run this file to recreate the current configuration.
  4. # This directory was configured as follows,
  5. # on host harmaja:
  6. #
  7. # ./configure  --prefix /home/wirzeniu
  8. #
  9. # Compiler output produced by configure, useful for debugging
  10. # configure, is in ./config.log if it exists.
  11.  
  12. ac_cs_usage="Usage: ./config.status [--recheck] [--version] [--help]"
  13. for ac_option
  14. do
  15.   case "$ac_option" in
  16.   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
  17.     echo "running ${CONFIG_SHELL-/bin/sh} ./configure  --prefix /home/wirzeniu --no-create --no-recursion"
  18.     exec ${CONFIG_SHELL-/bin/sh} ./configure  --prefix /home/wirzeniu --no-create --no-recursion ;;
  19.   -version | --version | --versio | --versi | --vers | --ver | --ve | --v)
  20.     echo "./config.status generated by autoconf version 2.1"
  21.     exit 0 ;;
  22.   -help | --help | --hel | --he | --h)
  23.     echo "$ac_cs_usage"; exit 0 ;;
  24.   *) echo "$ac_cs_usage"; exit 1 ;;
  25.   esac
  26. done
  27.  
  28. ac_given_srcdir=.
  29. ac_given_INSTALL="/usr/bin/ginstall -c"
  30.  
  31. trap 'rm -f Makefile; exit 1' 1 2 15
  32.  
  33. # Protect against being on the right side of a sed subst in config.status. 
  34. sed 's/%@/@@/; s/@%/@@/; s/%g$/@g/; /@g$/s/[\\&%]/\\&/g; 
  35.  s/@@/%@/; s/@@/@%/; s/@g$/%g/' > conftest.subs <<\CEOF
  36. /^[     ]*VPATH[     ]*=[^:]*$/d
  37.  
  38. s%@CFLAGS@%-g -O%g
  39. s%@CPPFLAGS@%-I/home/wirzeniu/include%g
  40. s%@CXXFLAGS@%%g
  41. s%@DEFS@% -DHAVE_LIBPUB=1 -DHAVE_LIBTERMCAP=1 %g
  42. s%@LDFLAGS@%%g
  43. s%@LIBS@%-L/home/wirzeniu/lib -lpub -ltermcap%g
  44. s%@exec_prefix@%${prefix}%g
  45. s%@prefix@%/home/wirzeniu%g
  46. s%@program_transform_name@%s,x,x,%g
  47. s%@WARNCFLAGS@%%g
  48. s%@CC@%gcc%g
  49. s%@INSTALL_PROGRAM@%${INSTALL}%g
  50. s%@INSTALL_DATA@%${INSTALL} -m 644%g
  51. s%@CPP@%gcc -E%g
  52.  
  53. CEOF
  54.  
  55. CONFIG_FILES=${CONFIG_FILES-"Makefile"}
  56. for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
  57.   # Support "outfile[:infile]", defaulting infile="outfile.in".
  58.   case "$ac_file" in
  59.   *:*) ac_file_in=`echo "$ac_file"|sed 's%.*:%%'`
  60.        ac_file=`echo "$ac_file"|sed 's%:.*%%'` ;;
  61.   *) ac_file_in="${ac_file}.in" ;;
  62.   esac
  63.  
  64.   # Adjust relative srcdir, etc. for subdirectories.
  65.  
  66.   # Remove last slash and all that follows it.  Not all systems have dirname.
  67.   ac_dir=`echo $ac_file|sed 's%/[^/][^/]*$%%'`
  68.   if test "$ac_dir" != "$ac_file" && test "$ac_dir" != .; then
  69.     # The file is in a subdirectory.
  70.     test ! -d "$ac_dir" && mkdir "$ac_dir"
  71.     ac_dir_suffix="/$ac_dir"
  72.     # A "../" for each directory in $ac_dir_suffix.
  73.     ac_dots=`echo $ac_dir_suffix|sed 's%/[^/]*%../%g'`
  74.   else
  75.     ac_dir_suffix= ac_dots=
  76.   fi
  77.  
  78.   case "$ac_given_srcdir" in
  79.   .)  srcdir=.
  80.       if test -z "$ac_dots"; then top_srcdir=.
  81.       else top_srcdir=`echo $ac_dots|sed 's%/$%%'`; fi ;;
  82.   /*) srcdir="$ac_given_srcdir$ac_dir_suffix"; top_srcdir="$ac_given_srcdir" ;;
  83.   *) # Relative path.
  84.     srcdir="$ac_dots$ac_given_srcdir$ac_dir_suffix"
  85.     top_srcdir="$ac_dots$ac_given_srcdir" ;;
  86.   esac
  87.  
  88.   case "$ac_given_INSTALL" in
  89.   [/$]*) INSTALL="$ac_given_INSTALL" ;;
  90.   *) INSTALL="$ac_dots$ac_given_INSTALL" ;;
  91.   esac
  92.   echo creating "$ac_file"
  93.   rm -f "$ac_file"
  94.   configure_input="Generated automatically from `echo $ac_file_in|sed 's%.*/%%'` by configure."
  95.   case "$ac_file" in
  96.   *Makefile*) ac_comsub="1i\\
  97. # $configure_input" ;;
  98.   *) ac_comsub= ;;
  99.   esac
  100.   sed -e "$ac_comsub
  101. s%@configure_input@%$configure_input%g
  102. s%@srcdir@%$srcdir%g
  103. s%@top_srcdir@%$top_srcdir%g
  104. s%@INSTALL@%$INSTALL%g
  105. " -f conftest.subs $ac_given_srcdir/$ac_file_in > $ac_file
  106. fi; done
  107. rm -f conftest.subs
  108.  
  109.  
  110.  
  111. exit 0
  112.